From 3ecbe2bcad7a6674409c6bebf5ca5b82d033a5b1 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Thu, 7 Apr 2005 13:48:57 +0000 Subject: [PATCH] builds autoscripts per default --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 541cd0ce..0cb668de 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ DEBHELPER_DIR = debhelper-$(DEBHELPER_VERSION) NEW_DEBHELPER_DIR = debhelper-$(NEW_DEBHELPER_VERSION) # all: ocaml-md5sums $(SCRIPTS) debhelper -all: ocaml-md5sums +all: ocaml-md5sums $(SCRIPTS) ocaml-md5sums: ocaml-md5sums.ml ocamlfind ocamlc -package str,unix -linkpkg -o $@ $< @@ -25,7 +25,7 @@ debhelper: $(SCRIPTS) $(DEBHELPER_DSC) && dch --newversion $(NEW_DEBHELPER_VERSION) "added dh_ocaml" \ && debuild binary -%: %.in update-md5sum.sh +%: %.in wml -p 1-3 $< > $@ clean: -- 2.30.2